Editing Movies
Movie controller components can provide editing capabilities. This section describes the functions that your application can use to alter movies that are associated with movie controllers.Your application can use the
MCEnableEditing
function to enable editing for a specified movie controller. Movie controller components may return an error code indicating that editing is not supported. Use theMCIsEditingEnabled
function to find out if editing is enabled for a specified controller.The
MCCopy
,MCCut
,MCPaste
,MCClear
, andMCUndo
functions support normal editing operations on movies associated with movie controllers. These functions operate on the current movie selection.Two functions are also provided that facilitate work with Edit menus. You can use the
MCSetUpEditMenu
function to highlight and name the items in the Edit menu for your application. TheMCGetMenuString
function is provided for you to use with a non-standard Edit menu.
Subtopics
- MCEnableEditing
- MCIsEditingEnabled
- MCCut
- MCCopy
- MCPaste
- MCClear
- MCUndo
- MCSetUpEditMenu
- MCGetMenuString
Main | Top of Section | What's New | Apple Computer, Inc. | Find It | Feedback | Help